Skip to content

docs: document how to try local operator changes#424

Merged
ecordell merged 1 commit into
authzed:mainfrom
ivanauth:fix/issue-114-contributing-try-changes
May 28, 2026
Merged

docs: document how to try local operator changes#424
ecordell merged 1 commit into
authzed:mainfrom
ivanauth:fix/issue-114-contributing-try-changes

Conversation

@ivanauth
Copy link
Copy Markdown
Contributor

@ivanauth ivanauth commented May 15, 2026

Adds a new section to CONTRIBUTING.md with instructions on how to test local operator changes in both kind and remote clusters.

Closes #114.

Adds a new "Trying local changes" section under "Common tasks" with
two iteration paths: a kind-based workflow that builds the image with
docker, loads it into a local kind cluster, and rolls the deployment;
and a remote-cluster workflow that pushes to a registry the cluster
can reach. Both routes reuse the kustomize config in `config/` so
contributors don't have to invent their own manifests.
Copy link
Copy Markdown
Contributor

@ecordell ecordell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for documenting this @ivanauth!

I forgot we don't have a dev setup in this repo. Maybe in the future we can make some mage commands like we have internally to build + setup kind + run locally in one step.

@ecordell ecordell added this pull request to the merge queue May 28, 2026
Merged via the queue into authzed:main with commit 8f6eac0 May 28, 2026
11 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend CONTRIBUTING.md to describe how to try changes

2 participants